home *** CD-ROM | disk | FTP | other *** search
/ Curio City 11 / CURIO11.bin / pc / movie / namio / qz_c.dir / 01092_ÉnÅ[Égëù.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  240 b   |  14 lines

  1. on exitFrame
  2.   global gqzheart
  3.   set gqzheart to 9
  4.   if gqzheart < 0 then
  5.     set gqzheart to 0
  6.   end if
  7.   if gqzheart > 9 then
  8.     set gqzheart to 9
  9.   end if
  10.   repeat with n = 35 to 43
  11.     set the visible of sprite n to 1
  12.   end repeat
  13. end
  14.